'Declaration
Overloads Sub Add( _ ByVal pictureData() As System.Byte, _ ByVal width As System.Double, _ ByVal height As System.Double _ )
'Usage
Dim instance As IGraphic Dim pictureData() As System.Byte Dim width As System.Double Dim height As System.Double instance.Add(pictureData, width, height)
void Add( System.byte[] pictureData, System.double width, System.double height )
Parameters
- pictureData
- A byte array containing the picture data.
- width
- Width of the new picture in points.
- height
- Height of the new picture in points.